home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / multimed / falafel / falafel-king_eng.exe / scripts / DefineButton2_161 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-07-22  |  128 b   |  7 lines

  1. on(press){
  2.    if(_root.pitaIsFull == false or _root.achmedIsOut == true)
  3.    {
  4.       _root.showIcon(_root.no_pita);
  5.    }
  6. }
  7.